CommonEvent 324
Name = "カナン三姉妹仲間"

  999([324])
  ShowPicture([5, "80_dorothy_st03", 0, 0, 0, 0, 100, 100, 255, 0])
  ShowTextAttributes(["dorothy_fc1", 2, 0, 2])
  ShowText(["\\n<Dorothy>The war is over, which puts us mercenaries out of a job."])
  ShowText([""])
  ShowText([""])
  ShowPicture([5, "80_dorothy_st03", 0, 0, -150, 0, 100, 100, 255, 0])
  ShowPicture([6, "80_rafi_st03", 0, 0, 150, 0, 100, 100, 255, 0])
  ShowTextAttributes(["rafi_fc1", 2, 0, 2])
  ShowText(["\\n<Raffia>I'm hungry..."])
  ShowText([""])
  ErasePicture([6])
  ShowPicture([5, "80_dina_st01", 0, 0, 0, 0, 100, 100, 255, 0])
  ConditionalBranch([0, 2155, 0])
    JumpToLabel(["値切り"])
    Empty([])

  BranchEnd([])
  ShowTextAttributes(["dina_fc1", 0, 0, 2])
  ShowText(["\\n<Deana>Hey hero, how about hiring us? You can get all three of us for one low price of 10,000G."])
  ShowText([""])
  ShowText([""])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["Hire the Canaan Sisters for 10,000G?\\$"])
  ShowChoices([["Hire the sisters", "Refuse to pay"], 2])
  When([0, "仲間にする"])
    ConditionalBranch([7, 10000, 0])
      ChangeGold([1, 0, 10000])
      CallCommonEvent([327])
      ExitEventProcessing([])
      Empty([])

    Else([])
      ShowTextAttributes(["dina_fc1", 2, 0, 2])
      ShowText(["\\n<Deana>Actually, it doesn't look like you have enough money..."])
      ShowText([""])
      ErasePicture([5])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  When([1, "仲間にしない"])
    ShowTextAttributes(["dina_fc1", 0, 0, 2])
    ShowText(["\\n<Deana>...Wait, there's more!\nAct now, and we'll throw in a small medal!"])
    ShowText([""])
    ShowText([""])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["They've thrown a small medal in with the deal."])
    ShowText(["Hire the Canaan Sisters for 10,000G?\\$"])
    ShowChoices([["Hire the sisters", "Refuse to pay"], 2])
    When([0, "仲間にする"])
      ConditionalBranch([7, 10000, 0])
        ChangeGold([1, 0, 10000])
        CallCommonEvent([327])
        PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
        ChangeItems([32, 0, 0, 1])
        ExitEventProcessing([])
        Empty([])

      Else([])
        ShowTextAttributes(["dina_fc1", 2, 0, 2])
        ShowText(["\\n<Deana>Actually, it doesn't look like you have enough money..."])
        ShowText([""])
        ErasePicture([5])
        ExitEventProcessing([])
        Empty([])

      BranchEnd([])
      Empty([])

    When([1, "仲間にしない"])
      Label(["値切り"])
      ShowPicture([5, "80_dina_st03", 0, 0, 0, 0, 100, 100, 255, 0])
      ShowTextAttributes(["dina_fc1", 2, 0, 2])
      ShowText(["\\n<Deana>It's your lucky day! 5,000G for the three of us and the small medal. What a bargain!"])
      ShowText([""])
      ShowText([""])
      ShowChoices([["Hire the sisters", "Refuse to pay"], 2])
      When([0, "仲間にする"])
        ConditionalBranch([7, 5000, 0])
          Script(["gain_medal(2111)"])
          ChangeGold([1, 0, 5000])
          CallCommonEvent([327])
          PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
          ChangeItems([32, 0, 0, 1])
          ExitEventProcessing([])
          Empty([])

        Else([])
          ShowTextAttributes(["dina_fc1", 2, 0, 2])
          ShowText(["\\n<Deana>Actually, it doesn't look like you have enough money..."])
          ShowText([""])
          ErasePicture([5])
          ExitEventProcessing([])
          Empty([])

        BranchEnd([])
        Empty([])

      When([1, "仲間にしない"])
        ShowTextAttributes(["dina_fc1", 2, 0, 2])
        ShowText(["\\n<Deana>Are you trying to ruin us!?\nWe can't go any lower..."])
        ShowText([""])
        ShowText([""])
        ControlSwitches([2155, 2155, 0])
        ErasePicture([5])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  ChoicesEnd([])
  Empty([])
